.homepage {
    width: 100%;
}

/* banner */
.homepage .topbanner {
    width: 100%;
    min-width: 1220px;
    position: relative;
    cursor: pointer;
    
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 20px;
}
.homepage .topbanner .bannerimg {
    width: 100%;
}

.homepage .itemize {
    width: 100%;
}
.homepage .itemize .itemizecontent {
    width: 1220px;
    padding: 70px 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.homepage .itemize .itemizecontent a {
    text-align: center;
}

.homepage .itemize .itemizecontent a img {
    width: 80px;
    height: 80px;
}

.homepage .itemize .itemizecontent a p {
    font-size: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: bold;
    color: #222222;
    line-height: 30px;
    margin-top: 23px;
}
.homepage .itemize .itemizecontent a:hover p{
    color: #E60012;
}
/* 龙芯自主生态 */
.homepage .autonomousEcology {
    width: 1220px;
    margin: 0 auto;
}

.homepage .autonomousEcology .title {
    font-size: 38px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #222222;
    line-height: 57px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 116px;
}

.homepage .autonomousEcology .autonomousEcologybox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.homepage .autonomousEcology .autonomousEcologybox .autonomousEcologyitem {
    width: 400px;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.autonomousEcologyitem:hover .backbanner{
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.homepage .autonomousEcology .autonomousEcologybox .autonomousEcologyitem .backbanner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.homepage .autonomousEcology .autonomousEcologybox .autonomousEcologyitem .backbanner-cont{
    width: 100%;
    height: 100%;
    padding: 80px 0;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.homepage .autonomousEcology .autonomousEcologybox .autonomousEcologyitem .backbanner-cont div{
    text-align: center;
}
.homepage .autonomousEcology .autonomousEcologybox .autonomousEcologyitem .backbanner-cont img{
    width: 100px;
    height: 92px;
}
.homepage .autonomousEcology .autonomousEcologybox .autonomousEcologyitem p {
    font-size: 24px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 28px;
}
.homepage .autonomousEcology .autonomousEcologybox .autonomousEcologyitem .line {
    width: 24px;
    height: 3px;
    background: #E60012;
    border-radius: 4px;
    margin: 21px auto 16px;
}
.homepage .autonomousEcology .autonomousEcologybox .autonomousEcologyitem h5{
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 31px;
    margin-top: 10px;
}
.homepage .autonomousEcology .autonomousEcologybox .autonomousEcologyitem .itemizemore {
    width: 188px;
    height: 53px;
    background: #E60012;
    border-radius: 3px;
    border: 1px solid #E60012;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 53px;
}
.itemizemore a{
    display: block;
    width: 100%;
    height: 100%;
}

/* 新闻 */
.homepage .news {
    width: 100%;
    background: url("../images/pc/newsimg.jpg") no-repeat;
    background-size: 100% auto;
    padding: 60px 0 102px;
}

.homepage .news .newscontent {
    width: 1220px;
    margin: 0 auto;
}
.homepage .news .title {
    font-size: 38px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #222222;
    line-height: 57px;
    text-align: center;
}
.homepage .news .newscontent .news-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homepage .news .newscontent .news-list .news-item{
    width: 590px;
    margin-top: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 90, 181, 0.05);
}
.homepage .news .newscontent .news-list .news-item .cover-box{
    height: 252px;
    overflow: hidden;
    position: relative;
}
.homepage .news .newscontent .news-list .news-item .cover-box img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.homepage .news .newscontent .news-list .news-item .news-detail{
    height: 259px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}
.homepage .news .newscontent .news-list .news-item .news-detail h4{
    height: 72px;
    margin-top: 20px;
    font-size: 26px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.homepage .news .newscontent .news-list .news-item .news-detail h4:hover{
    color: #E60012;
}
.homepage .news .newscontent .news-list .news-item .news-detail p{
    height: 72px;
    margin-top: 20px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.homepage .news .newscontent .news-list .news-item .news-detail span{
    margin-top: 35px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 21px;
}

/* 加载更多按钮 */
.homepage .news .morebtn {
    display: block;
    width: 134px;
    height: 45px;
    border: 1px solid #AAAAAA;
    font-size: 16px;
    color: #222222;
    line-height: 45px;
    margin: 50px auto 0;
    text-align: center;
}
.morebtn:hover{
    color: #E60012 !important;
    border-color: #E60012 !important;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 100px;
    height: 2px;
    background: #FFFFFF;
    opacity: 0.5;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: #fff;
    width: 100px;
    height: 4px;
    opacity: 1;
    border-radius: 0;
}

.transitionimg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    /*Safari 和 Chrome*/
    -moz-transform: scale(1.05);
    /*Firefox*/
    -ms-transform: scale(1.05);
    /*IE9*/
    -o-transform: scale(1.05);
    /*Opera*/
    transition-duration: 0.25s;
}
.swiper-wrapper{
    height: auto !important;
}
.swiper-button-white {
    opacity: 0.7;
}

.swiper-button-white:hover {
    opacity: 0.9;
}
/* h5样式 */
.mobile-banner{
    height: 18.16rem;
}
.mobile-nav{
    margin: .8rem 0;
    padding: 0 .4rem;
    display: flex;
    justify-content: space-between;
}
.mobile-nav ul{
    text-align: center;
}
.mobile-nav li{
    font-size: 0.29rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    line-height: 0.32rem;
    margin-top: .21rem;
}
.mobile-nav img{
    width: 1.17rem;
}
.mobile-classif{
    margin-top: .333rem;
}
.mobile-classif h4{
    font-size: 0.48rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #222222;
    line-height: 0.72rem;
    text-align: center;
    margin-bottom: .32rem;
}
.mobile-classif .classif-item{
    height: 6.67rem;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: .1rem;
}
.mobile-classif .classif-item img{
    width: 1.76rem;
}
.mobile-classif .classif-item h5{
    font-size: 0.45rem;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.69rem;
    margin: .27rem 0 0;
}
.mobile-classif .classif-item div{
    width: 0.51rem;
    height: 0.08rem;
    background: #E60012;
    border-radius: 0.09rem;
    margin-top: .27rem;
}
.mobile-classif .classif-item p{
    margin-top: .48rem;
    display: flex;
}
.mobile-classif .classif-item p span{
    width: 2.24rem;
    font-size: 0.37rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.37rem;
    text-align: center;
}
.mobile-news{
    background: linear-gradient(180deg, #F0F6FF 0%, #FFFFFF 100%);
    padding: 1.65rem .4rem;
}
.mobile-news h4{
    font-size: 0.48rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #222222;
    line-height: 0.72rem;
    text-align: center;
}
.first-news{
    background-color: #333333;
    margin-top: .64rem;
}
.mobile-news .top-news-cover{
    height: 6.91rem;
    background-color: silver;
    overflow: hidden;
    position: relative;
}
.mobile-news .top-news-cover img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.mobile-news .bottom-newsdetails{
    height: 3.76rem;
    position: relative;
}
.mobile-news .bottom-newsdetails section{
    width: 8.59rem;
    height: 4.2rem;
    background-color: #fff;
    position: absolute;
    bottom: .37rem;
    left: 0;
    right: 0;
    margin: auto;
    padding: .3 .45rem;
}
.mobile-news .bottom-newsdetails section h3{
    font-size: 0.43rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.64rem;
    margin-top: .3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mobile-news .bottom-newsdetails section p{
    font-size: 0.35rem;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 0.53rem;
    margin: .08rem 0 .53rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mobile-news .bottom-newsdetails section span{
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: #AAAAAA;
    line-height: 0.43rem;
}
.mobile-news .item-news section{
    height: 6.93rem;
    margin-top: .8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.11rem 0.27rem 0rem rgba(0, 90, 181, 0.05);
    display: flex;
}
.mobile-news .item-news section a{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mobile-news .item-news section .cover-box{
    width: 100%;
    height: 3.95rem;
    overflow: hidden;
    position: relative;
}
.mobile-news .item-news img{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.mobile-news .item-news .newsdetails{
    padding: .29rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mobile-news .item-news .newsdetails h3{
    font-size: 0.37rem;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 0.59rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mobile-news .item-news .newsdetails span{
    font-size: 0.32rem;
    font-family: MicrosoftYaHei;
    color: #AAAAAA;
    line-height: 0.43rem;
    margin-top: .53rem;
}

.mobile-news .mobile-news-more{
    display: block;
    text-align: center;
}
.mobile-news .mobile-news-btn{
    width: 2.85rem;
    height: 0.99rem;
    background: #FFFFFF;
    border: 0.03rem solid #DEDEDE;
    margin: .68rem auto auto;
    color: #666666;
}